projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
954211c
)
omap4: do not enable fs-usb module
author
Tero Kristo
<
[email protected]
>
Wed, 25 Apr 2012 06:05:20 +0000
(06:05 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Tue, 15 May 2012 06:31:41 +0000
(08:31 +0200)
If this is done in the bootloader, the FS-USB will later be stuck into
intransition state, which will prevent the device from entering idle.
Signed-off-by: Tero Kristo <
[email protected]
>
arch/arm/cpu/armv7/omap4/clocks.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap4/clocks.c
b/arch/arm/cpu/armv7/omap4/clocks.c
index 3f0dfd72758f143fcf5e0d4dea335fa92c36988e..fa78daecc01e3ae5fd01d220dc6e04f57dbb47b1 100644
(file)
--- a/
arch/arm/cpu/armv7/omap4/clocks.c
+++ b/
arch/arm/cpu/armv7/omap4/clocks.c
@@
-376,7
+376,6
@@
void enable_basic_clocks(void)
&prcm->cm_l4per_gptimer2_clkctrl,
&prcm->cm_wkup_wdtimer2_clkctrl,
&prcm->cm_l4per_uart3_clkctrl,
- &prcm->cm_l3init_fsusb_clkctrl,
&prcm->cm_l3init_hsusbhost_clkctrl,
0
};
@@
-503,7
+502,6
@@
void enable_non_essential_clocks(void)
&prcm->cm_dss_dss_clkctrl,
&prcm->cm_sgx_sgx_clkctrl,
&prcm->cm_l3init_hsusbhost_clkctrl,
- &prcm->cm_l3init_fsusb_clkctrl,
0
};